Another strange thing we notice is that re-flashing only the u-boot (and nothing else) have made the bad block on the initramfs partition disappear. To flash ...
Hi, I have a few questions on bad block management on NAND device as done by u-boot (2009-03) and kernel (2.6.30-rc6) and would appreciate any responses to help ...
U-Boot only checks for bad block markers in the first two pages of an eraseblock. There is even a flag NAND_BBT_SCANALLPAGES, but it is not the default option.
Online forums may recommend use of command called 'nand scrub', which will erase 'bad' markings from BBT and if any application tries to read/write that block ...